projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d8d616
)
Restore comment lost in previous change.
author
Glenn Morris
<rgm@gnu.org>
Tue, 20 Jan 2009 01:21:37 +0000
(
01:21
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 20 Jan 2009 01:21:37 +0000
(
01:21
+0000)
lisp/mail/pmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/pmail.el
b/lisp/mail/pmail.el
index dff53d0abeef377154bd1d666e71ce25ef90b755..229c6a43cecea7dc6a91291f02d32a434177623f 100644
(file)
--- a/
lisp/mail/pmail.el
+++ b/
lisp/mail/pmail.el
@@
-2212,6
+2212,8
@@
This function assumes the Pmail buffer is unswapped."
Return non-nil if the unseen attribute is set, nil otherwise."
(pmail-message-attr-p msgnum "......U"))
+;; Return t if the attributes/keywords line of msg number MSG
+;; contains a match for the regexp LABELS.
(defun pmail-message-labels-p (msg labels)
(string-match labels (pmail-get-labels msg)))
\f